home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 06.zip / BS1 part 6 / Shoot 'Em-Up Construction Kit (1989)(Palace)(Disk 2 of 2)(SEUCK Games)[construction kit].7z / Shoot 'Em-Up Construction Kit (1989)(Palace)(Disk 2 of 2)(SEUCK Games)[construction kit].adf / s / makedisk2 next >
Text File  |  1993-11-30  |  2KB  |  52 lines

  1. ram:copy :c/echo ram:
  2. ram:echo "Please wait copying files to ram:"
  3. ram:copy :c/endcli ram:
  4. ram:copy :l/Disk-Validator ram:
  5. ram:copy :c/MakeDir ram:
  6. ram:copy :c/Delete ram:
  7. ram:copy :c/Install ram:
  8. ram:copy :c/loadwb ram:
  9. ram:copy :libs/icon.library ram:
  10. ram:copy :s/Startup-sequence ram:
  11. ram:copy ":Default Game" to ram:
  12. ram:copy ":Default Gameinfo" to ram:
  13. ram:copy ":The Logo" to ram:
  14. ram:echo ""
  15. ram:echo ""
  16. ram:echo ""
  17. ram:echo ""
  18. ram:echo "Insert a blank formatted disk named 'SEUCK Games disk' into df0:"
  19. ram:echo "Consult the Amiga manual on how to format and name a disk" 
  20. ram:MakeDir "SEUCK Games disk:c"
  21. ram:MakeDir "SEUCK Games disk:libs"
  22. ram:echo "Please wait copying files from ram:"
  23. ram:MakeDir "SEUCK Games disk:l"
  24. ram:MakeDir "SEUCK Games disk:s"
  25. ram:MakeDir "SEUCK Games disk:Edit_files"
  26. ram:copy ram:endcli "SEUCK Games disk:c"
  27. ram:copy ram:Disk-Validator "SEUCK Games disk:l"
  28. ram:copy ram:Startup-sequence "SEUCK Games disk:s"
  29. ram:copy ram:loadwb "SEUCK Games disk:c"
  30. ram:copy ram:execute "SEUCK Games disk:c"
  31. ram:copy ram:icon.library "SEUCK Games disk:libs"
  32. ram:copy "ram:Default Game" to "SEUCK Games disk:"
  33. ram:copy "ram:Default Gameinfo" to "SEUCK Games disk:Default Game.info"
  34. ram:copy "ram:The Logo" to "SEUCK Games disk:"
  35. ram:install df0:
  36. ram:echo "All done!"
  37. ram:echo "Please consult SEUCK manual on how to use Games disks"
  38. ram:delete ram:endcli
  39. ram:delete ram:Disk-Validator
  40. ram:delete ram:Startup-sequence
  41. ram:delete "ram:Default Game"
  42. ram:delete "ram:Default Gameinfo"
  43. ram:delete ram:Makedir
  44. ram:delete ram:Install
  45. ram:delete ram:copy
  46. ram:delete ram:execute
  47. ram:delete ram:loadwb
  48. ram:delete ram:icon.library
  49. ram:delete ram:echo
  50. ram:delete ram:delete
  51. ram:delete "ram:The Logo"
  52.